Welcome![Sign In][Sign Up]
Location:
Search - s function matlab

Search list

[OtherGain

Description: 提供了matlab中的gain的功能,这个函数可以进行乘法运算,很有效-It s a function named gain used in Matlab. We can use this function to do a multiplication calculation. It s good
Platform: | Size: 8192 | Author: CindySui | Hits:

[OtherSparams_Hs

Description: 滤波器的S参数转化为传递函数的形式,用matlab变成实现,利用RF工具箱中的函数-Filter S parameters into the transfer function of the form, with matlab into the realization.
Platform: | Size: 1024 | Author: zcc | Hits:

[matlabsfunction

Description: matlab中simlink的s函数的标准模板以及具体的说明书,可直接调用。-Standard template in matlab simlink function of s and specific instructions.
Platform: | Size: 272384 | Author: 宋晨 | Hits:

[DataMiningpso

Description: pso粒子群算法 他是一个实现Common,Clerc 1“的PSO工具箱 Trelea类型以及跟踪更改的alpha版本环境。 它可以搜索最小,最大或“距离” 用户开发成本函数。 很容易使用和黑客 相当好的文档(类型帮助任何功能和 它应该告诉你你需要什么),并将利用 矢量化成本函数。 它使用与Matlab类似的语法 优化工具箱。 包括静态和动态的套件测试功能。 它还包括一个专用的基于PSO的神经元网络教练与Mathwork的神经网络工具箱一起使用。-his is a PSO toolbox implementing Common, Clerc 1 , and Trelea types along with an alpha version of tracking changing environments. It can search for min, max, or distance of user developed cost function. Very easy to use and hack with reasonably good documentation (type help for any function and it should tell you what you need) and will take advantage of vectorized cost functions. It uses similar syntax to Matlab s optimization toolbox. Includes a suite of static and dynamic test functions. It also includes a dedicated PSO based neural network trainer for use with Mathwork s neural network toolbox.
Platform: | Size: 738304 | Author: mr.chen | Hits:

[matlab新建 WinRAR 压缩文件

Description: 这是部分内容,简单但是非常使用,,,,大家可以尽情下载,这是用matlab做音乐部分的内容(It's a great file about sound processing, and it includes a lot of algorithms and a function that plays music.)
Platform: | Size: 2093056 | Author: zixuepiaopiao | Hits:

[Otherdead-reckoning

Description: PDR的matlab实现 速度用m/s为单位 DRpoint用原来位置+变化作为估计, (xi±dxi, yi±dyi)(Re-implement the PDR function. Adhere to the following requirements: Speed entries are given in m/s rather than knots. Consequently, variations, di, should be determined for the DR points.)
Platform: | Size: 6144 | Author: kezhende | Hits:

[OtherEARTH

Description: 基于MATLAB自己的函数绘制三维地球,可自行提供贴图,设置灯光照明条件(Based on MATLAB's own function to draw a three-dimensional earth, a map can be provided by itself and lighting conditions are set up.)
Platform: | Size: 1024 | Author: HOUZIHAODAA | Hits:

[Special EffectsDesktop

Description: 应用于检测图像边缘,引用的是MATLAB的自带函数。(The application is used to detect the edge of the image, which refers to the MATLAB's self - brought function.)
Platform: | Size: 1024 | Author: 墨旬 | Hits:

[Special Effectsplot画图断开坐标code

Description: 写文章时常常遇到要画一个图,但有效信息只有一点点,中间有大量的0值,这时需要把坐标轴断开显示,本程序配合MATLAB的plot函数,能够实现美观化处理,是写文章的必备技巧!(When writing an article, you often encounter a picture to draw, but the effective information is only a little. There are a large number of 0 values in the middle. At this time, it is necessary to disconnect the coordinate axes. This program can cooperate with the plot function of MATLAB to realize the beautiful processing. It's an essential skill for writing articles.)
Platform: | Size: 21504 | Author: reyond | Hits:

[OtherFBMC

Description: /* A C++ version of Matlab's qamdemod(y, M, varargin) * Align each symbol to the nearest constellation points by minimum Euclidean distance. * The function only consider rectanglular constellation diagram and grey code. * The input is assumed to have been downconverted into baseband. * I is the I component of phase and Q is the Q component of phase. * The I and Q should be NxM or 1xM matrix/vector, in which the N indicate the subchannels and M indicates the symbols. * The function treats each row as a subchannel and normalizes them respectively. */
Platform: | Size: 1024 | Author: EsonJohn | Hits:

[Otherlwppredict

Description: LWP是一种Matlab / Octave工具箱实现局部加权多项式回归(也被称为局部回归/局部加权散点平滑/黄土/ LOWESS和核平滑)。使用此工具箱,您可以使用九个具有度量窗口宽度或最近邻窗口宽度的任意一个内核来拟合任意维度的数据的局部多项式。还提供了一个优化内核带宽的函数。优化可采用留一交叉验证,GCV,AICC、AIC,FPE,T,执行,或单独的验证数据。鲁棒拟合也可用。(LWP is a Matlab/Octave toolbox implementing Locally Weighted Polynomial regression (also known as Local Regression / Locally Weighted Scatterplot Smoothing / LOESS / LOWESS and Kernel Smoothing). With this toolbox you can fit local polynomials of any degree using one of the nine kernels with metric window widths or nearest neighbor window widths to data of any dimensionality. A function for optimization of the kernel bandwidth is also available. The optimization can be performed using Leave-One-Out Cross-Validation, GCV, AICC, AIC, FPE, T, S, or separate validation data. Robust fitting is available as well.)
Platform: | Size: 5120 | Author: baidudu | Hits:

[Graph programkirsch

Description: 实现kirsch边缘提取的kirsch函数。这个函数matlab不会自带,要自己编写。(It's a function for edge detection and matlab have not it,so you have to compile it by youself.)
Platform: | Size: 1024 | Author: 巴耶克 | Hits:

[Graph programPCA

Description: 使用matlab自带的函数princomp()计算主成分,当维数很高时通常会出现内存耗尽的错误,即使内存足够也非常耗时。快速pca能加快计算进程且减小内存占用,更容易计算较大尺寸的图像主成分。(Use MATLAB's own function princomp () to calculate the principal component. When the dimension is very high, the memory exhaustion error usually occurs, even if the memory is enough, it is very time-consuming. Fast PCA can speed up the computation process and reduce memory footprint, making it easier to calculate the larger image principal components.)
Platform: | Size: 316416 | Author: sdpscnc | Hits:

[Special Effectsfcm

Description: 可直接调用matlab自带的fcm函数做图像分割,并给出了分割效果图(It can directly call Matlab's own FCM function to do image segmentation, and gives the segmentation effect picture)
Platform: | Size: 218112 | Author: 过眼云烟1 | Hits:

[source in ebookPID

Description: 专家控制 求二阶传递函数的阶跃响应 G(s)=133/(s^2+25s),取采样时间为1ms进行离散化。设计专家PID控制器,并进行Matlab仿真。(Expert control Find the step response of the second-order transfer function G(s)=133/(s^2+25s), and take the sampling time as 1ms for discretization. Design expert PID controller and perform Matlab simulation.)
Platform: | Size: 1024 | Author: 简5123 | Hits:
« 1 2 ... 35 36 37 38 39 40»

CodeBus www.codebus.net